home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1997 October: Mac OS SDK / Dev.CD Oct 97 SDK2.toast / Development Kits (Disc 2) / QuickTime™ IC SDK 1.01 / Interfaces&Libraries / PublicInterfaces / QTIC.r < prev    next >
Encoding:
Text File  |  1997-05-23  |  1.2 KB  |  39 lines  |  [TEXT/MPS ]

  1. /*
  2.      File:        QTIC.r
  3.  
  4.      Contains:    QuickTime Image Capture interfaces
  5.  
  6.      Version:    Technology:    
  7.                  Release:    QTIC 1.0 interfaces
  8.  
  9.      Copyright:    © 1996-1997 by Apple Computer, Inc.  All rights reserved.
  10.  
  11.      Bugs?:        If you find a problem with this file, send the file and version
  12.                  information (from above) and the problem description to:
  13.  
  14.                      Internet:    apple.bugs@apple.com
  15.  
  16. */
  17.  
  18. /* ------------------------------------------------------------------------- */
  19.  
  20. #define        MACINTOSH
  21.  
  22. /* ------------------------------------------------------------------------- */
  23.  
  24. #ifndef __QTICREZ__
  25. #define __QTICREZ__
  26.  
  27. /* ------------------------------------------------------------------------- */
  28.  
  29. #define        kQTICP_MainPanelFlag        0x800000    /*    Used to identify main panels.    */
  30. #define        kQTICP_PrefsPanelFlag        0x400000    /*    Used to identify preferences panels.    */
  31. #define        kQTICP_ShowHidePanelFlag    0x200000    /*    Used to identify panels that will have show and hide.    */
  32.  
  33. #define        kQTICP_NeedsNewMenuFlag        0x008000    /*    Used to identify panels that can be put into New menu.    */
  34. #define        kQTICP_OpenAtStartupFlag    0x004000    /*    Used to identify panels that can be put into New menu.    */
  35.  
  36. /* ------------------------------------------------------------------------- */
  37.  
  38. #endif /* __QTICREZ__ */
  39.